[INFO] cloning repository https://github.com/tari-project/ootle-wallet-cli
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/tari-project/ootle-wallet-cli" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftari-project%2Footle-wallet-cli", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftari-project%2Footle-wallet-cli'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] b31963133fa8b6123b88d31a1a8591962c9fd08d
[INFO] checking tari-project/ootle-wallet-cli against try#d1d7143153307f561233bd4d93e2a3b24157b081 for pr-151539-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftari-project%2Footle-wallet-cli" "/workspace/builds/worker-7-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/tari-project/ootle-wallet-cli
[INFO] finished tweaking git repo https://github.com/tari-project/ootle-wallet-cli
[INFO] tweaked toml for git repo https://github.com/tari-project/ootle-wallet-cli written to /workspace/builds/worker-7-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/tari-project/ootle-wallet-cli on toolchain d1d7143153307f561233bd4d93e2a3b24157b081
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+d1d7143153307f561233bd4d93e2a3b24157b081" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/tari-project/ootle-wallet-cli already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+d1d7143153307f561233bd4d93e2a3b24157b081" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 19c1e7ffee877ed9d61550d1281d19849194ae19e9f93d3fbb0f7ad4f806c6e6
[INFO] running `Command { std: "docker" "start" "19c1e7ffee877ed9d61550d1281d19849194ae19e9f93d3fbb0f7ad4f806c6e6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "19c1e7ffee877ed9d61550d1281d19849194ae19e9f93d3fbb0f7ad4f806c6e6" "/opt/rustwide/cargo-home/bin/cargo" "+d1d7143153307f561233bd4d93e2a3b24157b081" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "19c1e7ffee877ed9d61550d1281d19849194ae19e9f93d3fbb0f7ad4f806c6e6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "19c1e7ffee877ed9d61550d1281d19849194ae19e9f93d3fbb0f7ad4f806c6e6" "/opt/rustwide/cargo-home/bin/cargo" "+d1d7143153307f561233bd4d93e2a3b24157b081" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.106
[INFO] [stderr]    Compiling unicode-ident v1.0.19
[INFO] [stderr]    Compiling quote v1.0.45
[INFO] [stderr]    Compiling libc v0.2.176
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]     Checking cfg-if v1.0.3
[INFO] [stderr]     Checking typenum v1.20.1
[INFO] [stderr]     Checking subtle v2.6.1
[INFO] [stderr]     Checking hashbrown v0.16.1
[INFO] [stderr]     Checking equivalent v1.0.2
[INFO] [stderr]    Compiling portable-atomic v1.11.1
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]     Checking critical-section v1.2.0
[INFO] [stderr]     Checking smallvec v1.15.1
[INFO] [stderr]    Compiling winnow v0.7.13
[INFO] [stderr]    Compiling indexmap v2.11.4
[INFO] [stderr]     Checking stable_deref_trait v1.2.0
[INFO] [stderr]    Compiling toml_datetime v0.7.2
[INFO] [stderr]     Checking rand_core v0.10.1
[INFO] [stderr]    Compiling borsh v1.6.0
[INFO] [stderr]    Compiling once_cell v1.21.3
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling zerocopy v0.8.27
[INFO] [stderr]    Compiling getrandom v0.4.2
[INFO] [stderr]    Compiling unicode-segmentation v1.12.0
[INFO] [stderr]     Checking bytes v1.11.1
[INFO] [stderr]     Checking litemap v0.8.0
[INFO] [stderr]     Checking writeable v0.6.1
[INFO] [stderr]    Compiling icu_normalizer_data v2.0.0
[INFO] [stderr]    Compiling icu_properties_data v2.0.1
[INFO] [stderr]    Compiling doc-comment v0.3.3
[INFO] [stderr]    Compiling curve25519-dalek v5.0.0-pre.6
[INFO] [stderr]     Checking rustcrypto-ff v0.14.0-rc.1
[INFO] [stderr]     Checking keccak v0.1.5
[INFO] [stderr]     Checking rustcrypto-group v0.14.0-rc.1
[INFO] [stderr]    Compiling convert_case v0.7.1
[INFO] [stderr]     Checking form_urlencoded v1.2.2
[INFO] [stderr]    Compiling unicode-xid v0.2.6
[INFO] [stderr]     Checking base64 v0.13.1
[INFO] [stderr]     Checking base58-monero v2.0.0
[INFO] [stderr]     Checking newtype-ops v0.1.4
[INFO] [stderr]    Compiling anyhow v1.0.100
[INFO] [stderr]     Checking either v1.15.0
[INFO] [stderr]     Checking tracing-core v0.1.36
[INFO] [stderr]     Checking unsigned-varint v0.8.0
[INFO] [stderr]    Compiling dunce v1.0.5
[INFO] [stderr]     Checking multihash v0.19.5
[INFO] [stderr]    Compiling rustix v1.1.2
[INFO] [stderr]     Checking base64 v0.22.1
[INFO] [stderr]     Checking generic-array v0.14.7
[INFO] [stderr]    Compiling jobserver v0.1.34
[INFO] [stderr]     Checking linux-raw-sys v0.11.0
[INFO] [stderr]     Checking itertools v0.12.1
[INFO] [stderr]     Checking cpufeatures v0.3.0
[INFO] [stderr]     Checking futures-channel v0.3.31
[INFO] [stderr]    Compiling lock_api v0.4.13
[INFO] [stderr]    Compiling parking_lot_core v0.9.11
[INFO] [stderr]    Compiling syn v2.0.117
[INFO] [stderr]     Checking cmov v0.5.4
[INFO] [stderr]     Checking base64ct v1.8.0
[INFO] [stderr]    Compiling aws-lc-rs v1.17.0
[INFO] [stderr]     Checking num-integer v0.1.46
[INFO] [stderr]    Compiling cc v1.2.46
[INFO] [stderr]    Compiling signal-hook v0.3.18
[INFO] [stderr]     Checking block-buffer v0.10.4
[INFO] [stderr]     Checking chacha20 v0.10.0
[INFO] [stderr]     Checking ctutils v0.4.2
[INFO] [stderr]     Checking hybrid-array v0.4.12
[INFO] [stderr]     Checking http v1.4.2
[INFO] [stderr]    Compiling xxhash-rust v0.8.15
[INFO] [stderr]     Checking toml_writer v1.1.1+spec-1.1.0
[INFO] [stderr]    Compiling data-encoding v2.9.0
[INFO] [stderr]     Checking toml_write v0.1.2
[INFO] [stderr]     Checking futures-io v0.3.31
[INFO] [stderr]    Compiling proc-macro-error-attr v1.0.4
[INFO] [stderr]     Checking inout v0.1.4
[INFO] [stderr]    Compiling heck v0.3.3
[INFO] [stderr]     Checking getrandom v0.2.16
[INFO] [stderr]     Checking rand_core v0.6.4
[INFO] [stderr]     Checking socket2 v0.6.1
[INFO] [stderr]     Checking crypto-common v0.1.6
[INFO] [stderr]    Compiling cmake v0.1.58
[INFO] [stderr]     Checking rand v0.10.1
[INFO] [stderr]     Checking destructure_traitobject v0.2.0
[INFO] [stderr]     Checking const-str v0.4.3
[INFO] [stderr]     Checking digest v0.10.7
[INFO] [stderr]    Compiling crunchy v0.2.4
[INFO] [stderr]     Checking universal-hash v0.5.1
[INFO] [stderr]     Checking unsafe-any-ors v1.0.0
[INFO] [stderr]     Checking blake2 v0.10.6
[INFO] [stderr]     Checking sha3 v0.10.8
[INFO] [stderr]     Checking sha2 v0.10.9
[INFO] [stderr]     Checking hmac v0.12.1
[INFO] [stderr]     Checking crypto-common v0.2.2
[INFO] [stderr]     Checking toml_parser v1.0.3
[INFO] [stderr]     Checking http-body v1.0.1
[INFO] [stderr]     Checking block-buffer v0.12.0
[INFO] [stderr]     Checking hkdf v0.12.4
[INFO] [stderr]     Checking textwrap v0.11.0
[INFO] [stderr]     Checking ordered-float v2.10.1
[INFO] [stderr]    Compiling httparse v1.10.1
[INFO] [stderr]    Compiling tari_features v5.4.0-pre.5
[INFO] [stderr]     Checking bs58 v0.5.1
[INFO] [stderr]    Compiling aws-lc-sys v0.41.0
[INFO] [stderr]     Checking base-x v0.2.11
[INFO] [stderr]    Compiling crossbeam-utils v0.8.21
[INFO] [stderr]    Compiling rustls v0.23.40
[INFO] [stderr]     Checking clap v2.34.0
[INFO] [stderr]    Compiling tari_common v5.4.0-pre.5
[INFO] [stderr]     Checking poly1305 v0.8.0
[INFO] [stderr]     Checking nom v7.1.3
[INFO] [stderr]     Checking ppv-lite86 v0.2.21
[INFO] [stderr]     Checking typemap-ors v1.0.0
[INFO] [stderr]     Checking getrandom v0.3.4
[INFO] [stderr]     Checking aead v0.5.2
[INFO] [stderr]     Checking phc v0.6.1
[INFO] [stderr]     Checking digest v0.11.3
[INFO] [stderr]     Checking dirs-sys-next v0.1.2
[INFO] [stderr]     Checking rand_chacha v0.10.0
[INFO] [stderr]     Checking rand_chacha v0.3.1
[INFO] [stderr]     Checking rustc-hex v2.1.0
[INFO] [stderr]     Checking humantime v2.3.0
[INFO] [stderr]     Checking arc-swap v1.7.1
[INFO] [stderr]     Checking pathdiff v0.2.3
[INFO] [stderr]    Compiling litrs v0.4.2
[INFO] [stderr]     Checking mock_instant v0.6.0
[INFO] [stderr]     Checking rand v0.8.5
[INFO] [stderr]     Checking password-hash v0.6.1
[INFO] [stderr]     Checking blake2 v0.11.0-rc.6
[INFO] [stderr]     Checking dirs-next v1.0.2
[INFO] [stderr]     Checking crc32fast v1.5.0
[INFO] [stderr]     Checking signal-hook-registry v1.4.6
[INFO] [stderr]    Compiling toml_edit v0.23.6
[INFO] [stderr]     Checking cipher v0.3.0
[INFO] [stderr]     Checking aho-corasick v1.1.3
[INFO] [stderr]     Checking regex-syntax v0.8.6
[INFO] [stderr]    Compiling memchr v2.7.6
[INFO] [stderr]     Checking path-clean v0.1.0
[INFO] [stderr]    Compiling document-features v0.2.11
[INFO] [stderr]    Compiling scopeguard v1.2.0
[INFO] [stderr]     Checking serde_json v1.0.145
[INFO] [stderr]     Checking serde_spanned v1.0.3
[INFO] [stderr]     Checking fixed-hash v0.8.0
[INFO] [stderr]    Compiling log v0.4.28
[INFO] [stderr]     Checking ethnum v1.5.2
[INFO] [stderr]     Checking toml v0.9.7
[INFO] [stderr]    Compiling mio v1.0.4
[INFO] [stderr]     Checking chacha20 v0.7.3
[INFO] [stderr]    Compiling proc-macro-crate v3.4.0
[INFO] [stderr]     Checking argon2 v0.6.0-rc.8
[INFO] [stdout] error[E0512]: cannot transmute between types of different sizes, or dependently-sized types
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/ethnum-1.5.2/src/error.rs:16:14
[INFO] [stdout]    |
[INFO] [stdout] 16 |     unsafe { mem::transmute(()) }
[INFO] [stdout]    |              ^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: source type: `()` (0 bits)
[INFO] [stdout]    = note: target type: `TryFromIntError` (8 bits)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking sync_wrapper v1.0.2
[INFO] [stderr]     Checking strum v0.22.0
[INFO] [stderr]     Checking openssl-probe v0.2.1
[INFO] [stderr]     Checking utf8parse v0.2.2
[INFO] [stderr]     Checking ipnet v2.11.0
[INFO] [stderr]    Compiling rustversion v1.0.22
[INFO] [stderr]    Compiling bitflags v2.9.4
[INFO] [stderr]     Checking anstyle-parse v0.2.7
[INFO] [stderr]     Checking parking_lot v0.12.4
[INFO] [stdout] For more information about this error, try `rustc --explain E0512`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `ethnum` (lib) due to 1 previous error
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] running `Command { std: "docker" "inspect" "19c1e7ffee877ed9d61550d1281d19849194ae19e9f93d3fbb0f7ad4f806c6e6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "19c1e7ffee877ed9d61550d1281d19849194ae19e9f93d3fbb0f7ad4f806c6e6", kill_on_drop: false }`
[INFO] [stdout] 19c1e7ffee877ed9d61550d1281d19849194ae19e9f93d3fbb0f7ad4f806c6e6
